Purpose |
Minimums and customer exception. |
Release No# |
001 |
Submitted on |
01/20/2014 |
Submitted by |
Rajesh S |
Source/Destination Systems |
NEC DEV/NEC QA |
Release Sent To |
Kevin |
Objects Created By |
Rajesh S |
Objects Tested By |
Kevin |
TFS/ROCET/NewEra.ROCET.Service/ROC/ |
|
Type |
Name |
Change |
|
1 |
page |
order.cs |
Written web methods. |
2 |
Page |
genericclass.cs |
Added new classes. |
3 |
Page |
CustomerException .aspx |
Implemented Customer Exception |
Test Scenario |
Expected Results |
Actual Result |
|
1 |
Roc ->Tools->Create Order. |
Redirect to Create Order.aspx page. |
redirected to Create Order.aspx page. |
2 |
Search custom materials in page. |
Search material are displayed. |
Search material are displayed. |
3 |
Expand material details and enter sizes . and click add to cart button. |
Entered material sizes should be added to the cart. |
Entered material sizes are added to the cart. |
3 |
Click on check out and enter customer details. |
Customer window will open select customer details. |
Customer details are in cart. |
4 |
Click on continue button. |
If line total is less by selected customer show alert message. |
If line total is less by selected customer show alert message. |
5 |
Enter valid line details and click continue button. |
Navigate to order preview page. |
Order preview page loaded |
6 |
Enter order name and click confirm button. |
If customer order total grater than customer order minimum create order,other wise give alert message. |
If customer order total grater than customer order minimum create order. |